| | Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
image_helper.c
h:\graphicstutorials\simple opengl image library\src\image_helper.c(325) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
h:\graphicstutorials\simple opengl image library\src\image_helper.c(366) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
h:\graphicstutorials\simple opengl image library\src\image_helper.c(373) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
h:\graphicstutorials\simple opengl image library\src\image_helper.c(415) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
h:\graphicstutorials\simple opengl image library\src\image_helper.c(422) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
SOIL.c
h:\graphicstutorials\simple opengl image library\src\soil.c(1719) : warning C4018: '<=' : signed/unsigned mismatch
h:\graphicstutorials\simple opengl image library\src\soil.c(1729) : warning C4018: '<' : signed/unsigned mismatch
h:\graphicstutorials\simple opengl image library\src\soil.c(1841) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
h:\graphicstutorials\simple opengl image library\src\soil.c(1867) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
stb_image_aug.c
c:\usr\local\cell\target\ppu\include\sys\memory.h(22) : fatal error C1083: Cannot open include file: 'sys/cdefs.h': No such file or directory
image_DXT.c
h:\graphicstutorials\simple opengl image library\src\image_dxt.c(92) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
Generating Code...
|